﻿#==============================================================================
# ■  Lost Time - Yume Nikki Fangame for Dream Diary Jam 8 (2024)
#-----------------------------------------------------------------------------------------------------------------------------
#     Programmed by:  Annie-Mienai 
#     Created in: July 02, 2024
#     Update: July 04,2024
#==============================================================================
#==============================================================================

#==============================================================================
# ■  Version History
#==============================================================================
# 
#  ■ Version 0.01 - (July 04, 2024)
#      - FaceSets have been added to Effects that do not have one.
#
#  ■ Version 0.00 - (July 02, 2024)
#      - First Version, Entry for Dream Diary Jam 8 (2024)
#      Bugs:
#                - Nexus parallax is not encrypted correctly
#                - Animations do not run when there are reflections on the map.
#
#-----------------------------------------------------------------------------------------------------------------------------
#==============================================================================

#==============================================================================
# ■  Warnings
#==============================================================================
#
#  ■ The game may not run correctly on some computers due to MKXP compatibility.
#      In case the game does not run, copy any ".exe" from RPG Maker VX Ace and 
#      paste it into the game folder and run it from default launcher. 
#      (This will cause the game to not run with MKXP).
#
#  ■ The sound and music of the game are not normalized, 
#      be careful with the volume in case of using headphones.
#  
#-----------------------------------------------------------------------------------------------------------------------------
#==============================================================================

#==============================================================================
# ■  Controls
#==============================================================================
#
#   Z = Select/Action Button
#   X = Cancel/Menu
#   Directional Arrows = Move
#  
#-----------------------------------------------------------------------------------------------------------------------------
#==============================================================================

#==============================================================================
# ■  Credits
#==============================================================================
#
#  Programming:
#    ■ Annie - Mienai
#
#  Music:
#     Most of the music and sound effects are part of SMW Central.
#
#    ■ Midnight / Clock Tower
#    ■ Ghidorah - A Piece for Freedom / Ahrion
#    ■ Cry-a-Live / Live a Live
#    ■ Mushroom Kingdom Meltdown Reloaded - Underwater / Moose
#    ■ PEPE / Mayo and Dails
#
#  Scripts:
#    ■ Aquarus
#    ■ Victor Engine
#    ■ Rinobi
#    ■ Yanfly
#    ■ SoulPour777
#    ■ Moghunter
#    ■ Modern Algebra
#    ■ Zeus81
#    ■ Galv's
#    ■ HimeWorks
#
#  Special Thanks:
#    RPG Maker Community (Forums)
#    ChatGPT - OpenAI (Script Resolution)
#    Ancurio (MKXP Binaries)
#
#  Software:
#    RPG Maker VX Ace / Kadokawa Games
#    MKPX / Ancurio
#
#==============================================================================
#==============================================================================